@charset "utf-8";
/* CSS Document */
/*-- Page Updated and Created by: Darren Hertzog --*/
/*-- Page Designed under Site Nine Design, LLC --*/

/* This is the responsive wireframe CSS Sheet for 'URL'. */
/* Basic site wireframe sheet */

/*-- pseudo link classes ---*/
#core.lblue:link {color: #FFF; font-weight: bold; text-decoration:none;}
#core.lblue:visited {color: #FFF; font-weight: bold;text-decoration:none;}
#core.lblue:hover {color: #9E4986; font-weight: bold;text-decoration:none;}
#core.lblue:active {color: #FFF; font-weight: bold; text-decoration:none;}
/*pseudo link classes*/

/* --------------------------- navigation bar blocks ---------------------- */

#navbar ul{
	list-style-type: none;
	padding: 0;
	margin-left: 1px;
}

li{
	display: inline-block;
	float: left;
	margin: 3px 1px;
}

#navbar li a{
	font-family: Times New Roman;
	display: block;
	font-size: 13px;
	background-image: url(../Images/Button.png);
	height: 38px;
	line-height: 3em;
	float: right;
	border: 2px solid #dcdce9;
	text-align: center;
	padding: 0;
	border-radius: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* Hide from IE5-Mac \*/
#navbar li a
{
float: none;
}
/* End hide */

#navbar{
	width: 848px;
	height: 48px;
	background-color: #69BE41;
	clear:both;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-left: 2px solid #5D388E;
	border-right: 2px solid #5D388E;
	border-bottom: 2px solid #5D388E;
}
